/* 
================================
Skin styles for Simple Red Leaf Skin 4 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
    /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
background: url(http://www.cluas.com/images/cluas-background-gradient.jpg) repeat-x;
    text-align: center;
}

h1.blog_title
{
	color: navy;
    font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: white;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

A:link  {
color:blue; font-weight: bold; text-decoration: none
}

A:visited   {
color:navy; font-weight: bold;text-decoration: none
}

A:active    {
color:red; text-decoration: none
}

A:hover {
color:blue; text-decoration: underline
}

td
{
    font-size: 8pt;
}

hr
{
color: #6699cc;
background-color: #6699cc;
height: 1px;
width: 80%;
}

#wrap
{
    min-width: 500px;
    max-: 1400px;
    padding: 0 5px 0 5px;
}

#mininavbar
{
    float: right;
    text-align: center;
    font-size: 8pt;
    margin-top: 2px;
    margin-bottom: 2px;
}

#mininavbar a:link, #mininavbar a:visited
{
    color: navy;
    text-decoration: none;
    padding: 4px 1em;
}

#mininavbar a:hover
{
    color: navy;
    text-decoration: underline;
    padding: 4px 1em;
}

#loginlinks {
text-align: right;
font-size: 8pt;
color: #9cf;
margin-bottom: 1px;
margin-top: -10px;
}

#logo {
padding: 2px 0;
position: absolute;
top: 6px;
left: 6px;
}
#logo h1
{
    font: bold 300% Verdana, Tahoma, Helvetica, Arial, sans-serif;
    color: #C00;
    letter-spacing: 0.1em; /* adjusts how close the title is to the top tag line */
    margin-top: 0px;
}
#mainmenu {
width: 100%;
height: 32px;
margin: 0 0 12px;
background: #9cf;
clear: right;
}
/* Main Layout */
#mainbody
{
  width: 1010px;

  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#content
{
	    width: 630px;
	    float: left;
	    background-color: white;
            border: 2px solid #6699cc;
            padding: 4px;
margin-right: 5px;
}
#ad-top
{
float: right;
padding: 5px 2px 7px 0px;
}

#left-sidebar
{
    width:120px;
    float: left;
    background-color: white;
            border: 2px solid #6699cc;
            padding: 2px;
margin-right: 5px;
}
#sidebar-2
{
    width: 195px;
    float: left;
    background-color: white;
    border: 2px solid #6699cc;
    padding: 3px;

}
#footercontent
{
    clear: both;
    padding-top: 10px;
}
#date
{
    padding-top: 10px;
    color: #C00;
}
#footer
{
    text-align: center;
    color: white;
}
#bannertop
{
    clear: none;
}

/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalRed, .NormalTextBox
{
Font-size:10pt; color:black;Font-family:  Verdana, Eras medium ITC, MS sans serif;font-weight:normal
}

.NormalBold
{
Font-size:10pt; color:black;Font-family:  Verdana, Eras medium ITC, MS sans serif;font-weight:bold
}

/* ================================
style for module titles
================================ */
.Head
{
    font-size: 100%;
    font-weight: bold;
    color: navy;
    font-family: Arial,Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
font-size: 90%;
}

/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Arial,Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
P
{
Font-size:10pt; color:black;Font-family:  Verdana, Eras medium ITC, MS sans serif;font-weight:normal
}
H1
{
    font-size: 150%;
    font-weight: bold;
    color: #ccffcc;
}
H2
{

    font-weight: bold;
    color: navy;
}
H3
{
    font-size: 120%;
    font-weight: bold;
    color: #ccffcc;
}
H4
{
    font-size: 110%;
    font-weight: normal;
    color: #ccffcc;
    margin: 0;
}
H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0;
}
H6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0;
}
/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav
{
    /*menu wrapper div */
    font: bold 100% Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
#HouseMenuNav ul {
border: 0;
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 5px;
list-style: none;
}
#HouseMenuNav li {
font-size: 85%;
list-style: none;
float: left;
padding: 4px 3px 0px 0px;
}
#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    display: block;
    background-color: #ccffff;
    color: navy;
    text-decoration: none;
    padding: 4px .5em;
    border: 1px solid navy;
}
#HouseMenuNav li a:hover
{
    background-color: #ffff66;
    color: navy;
}

/* ------------------------
Links format added for opera browser, 
effects colours of hyperlinks in Modules
----------- */
.Normal A:link 
{
    color: navy;
}

.Normal A:visited   
{
    color: #0033ff;
}

.Normal A:active    
{
    color:red; 
    text-decoration: none
}

.Normal A:hover
{
    text-decoration: underline;
    color: navy;
}

/* ------------------------
Links format for blog headings
----------- */
.blog_head A:link 
{
    color: navy;
    font-size: 24;
    font: bold Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

.blog_head A:visited   
{
    color:#6699cc;
    font-size: 24;
    font: bold Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

.blog_head A:active    
{
    color:navy; 
    text-decoration: none
    font-size: 24;
    font: bold Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

.blog_head A:hover
{
    text-decoration: underline;
    color:navy;
    font: bold Georgia, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
}
A.SkinItem:hover
{
    text-decoration: underline;
}
/* Layouts for the Text/HTML module */
#imageleftside
{
}
#imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left;
}
#imagerightside
{
}
#imagerightside img
{
    border: 1px solid #CCC;
    margin-left: 15px;
    margin-bottom: 20px;
    float: right;
}
.clear
{
    clear: both;
}
.quoteleft {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 105%;
font-style: italic;
padding: 0 10px 0 0;
margin: 10px 10px 10px 0;
width: 220px;
float: left;
text-align: right;
border-right: 10px solid #C8CDD0;
color:#75818A;
}
.quoteright {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 105%;
font-style: italic;
padding: 0 0 0 10px;
margin: 10px 0 10px 10px;
width: 220px;
float: right;
text-align: left;
border-left: 10px solid #C8CDD0;
color:#75818A;
}
